@allbridge/bridge-core-sdk
    Preparing search index...

    Interface SmartContractMethodParameter

    interface SmartContractMethodParameter {
        type: string;
        value: string | number | Buffer<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    type: string
    value: string | number | Buffer<ArrayBufferLike>