SolanaTx: {
    blockhash?: string;
    feePayer?: string;
    instructions: SolanaTxInstruction[];
    lastValidBlockHeight?: IntegerPositiveStrict;
    minNonceContextSlot?: IntegerPositiveStrict;
    signatures?: SolanaTxSignature[];
    templateKind: SolanaTx;
}

Type declaration

Generated using TypeDoc