interface SignatureTransactionIntentRequest {
    id: string;
    signature: string;
}

Properties

Properties

id: string
signature: string