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

    Interface CheckAddressResponse

    interface CheckAddressResponse {
        gasBalance: string | null;
        status: AddressStatus;
    }
    Index

    Properties

    Properties

    gasBalance: string | null