Interface PreparedTransaction

interface PreparedTransaction {
    getFunctionArguments(): any[];
    getMethod(): string;
    getTypeArguments(): string[];
    isExecute(): boolean;
}

Methods

  • Returns any[]

  • Returns string

  • Returns string[]

  • Returns boolean