A single transaction signature entry for an asset.

1.0.0

interface AssetSignatureInfo {
    signature: string;
    slot?: number;
    type?: string;
}

Properties

Properties

signature: string
slot?: number
type?: string