interface Intent {
    message: string;
    signature: string;
}

Properties

Properties

message: string
signature: string