Output of signing transactions.

interface SignedTransaction {
    bytes: string;
    signature: string;
}

Hierarchy (view full)

Properties

Properties

bytes: string

Transaction as base64 encoded bcs.

signature: string

Base64 encoded signature