TokenBridgeState: {
    consumed_vaas: {
        elems: {
            handle: string;
        };
    };
    emitter_cap: {
        emitter: string;
        sequence: string;
    };
    governance_chain_id: {
        number: string;
    };
    governance_contract: {
        external_address: string;
    };
    native_infos: {
        handle: string;
    };
    registered_emitters: {
        handle: string;
    };
    signer_cap: {
        account: string;
    };
    wrapped_infos: {
        handle: string;
    };
}

Type declaration

  • consumed_vaas: {
        elems: {
            handle: string;
        };
    }
    • elems: {
          handle: string;
      }
      • handle: string
  • emitter_cap: {
        emitter: string;
        sequence: string;
    }
    • emitter: string
    • sequence: string
  • governance_chain_id: {
        number: string;
    }
    • number: string
  • governance_contract: {
        external_address: string;
    }
    • external_address: string
  • native_infos: {
        handle: string;
    }
    • handle: string
  • registered_emitters: {
        handle: string;
    }
    • handle: string
  • signer_cap: {
        account: string;
    }
    • account: string
  • wrapped_infos: {
        handle: string;
    }
    • handle: string

Generated using TypeDoc