bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class Allocation

    Allocation defines the spend limit for a particular port and channel

    from message ibc.applications.transfer.v1.Allocation

    Hierarchy

    Index

    Constructors

    Properties

    allowList: string[] = []

    allow list of receivers, an empty allow list permits any receiver address

    from field: repeated string allow_list = 4;

    sourceChannel: string = ""

    the channel by which the packet will be sent

    from field: string source_channel = 2;

    sourcePort: string = ""

    the port on which the packet will be sent

    from field: string source_port = 1;

    spendLimit: Coin[] = []

    spend limitation on the channel

    from field: repeated cosmos.base.v1beta1.Coin spend_limit = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "ibc.applications.transfer.v1.Allocation"

    Methods