A Solana signature result.

interface SignatureResult {
    signature: string;
}

Properties

Properties

signature: string

The signature.