TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Type Alias ContractGetMethodResult

    type ContractGetMethodResult = {
        gasUsed?: Maybe<bigint>;
        logs?: Maybe<string>;
        stack: TupleReader;
    }
    Index

    Properties

    Properties

    gasUsed?: Maybe<bigint>
    logs?: Maybe<string>