Represents the result of getting a delegation signature.

interface GetDelegationSignatureResult {
    signature: string;
}

Properties

Properties

signature: string

The signature of the transaction.