1Money Network
CtrlK
  • Getting Started
  • Overview
  • Developer Guide
  • Quick Start
  • User Guides
    • Custodians & Centralized Exchanges (CEXs)
    • Issuers
  • Validators
  • Integrations
    • Overview
    • Network Access
    • Developer Lab
    • SDKs
      • Typescript
        • Get Started
        • API Methods
      • Golang
        • Get Started
        • API methods
      • Rust
        • Get Started
        • Client Configuration
        • Methods
          • Account Operations
          • Token Operations
          • Transaction Operations
          • Authority Management
            • Assigning Authority
            • Minting Tokens
            • Burning Tokens
            • Blacklisting Addresses
            • Whitelisting Addresses
            • Pausing / Unpausing Token Operations
            • Managing token metadata
          • Get the Chain / Network State
          • Cryptographic Utils
          • Error Handling
        • Run Examples
    • REST APIs
      • Chains
        • Get Chain Id
      • Accounts
        • Get account by token
        • Get account nonce
      • Tokens
        • Issue token
        • Get token metadata
        • Update token metadata
        • Grant authority
        • Mint
        • Burn
        • Blacklist
        • Whitelist
        • Pause/Unpause
      • Checkpoints
        • Get the latest Checkpoint number
        • Get checkpoint by number
        • Get checkpoint by hash
      • Transactions
        • Get transaction by hash
        • Get transaction receipt by hash
        • Submit payment
        • Estimate fee
      • States
        • Get latest epoch and checkpoint
      • Error Codes
    • Websocket
      • Subscribing & Unsubscribing
      • Retrieving Transaction Details
      • Keeping the connection alive
      • Stream | Checkpoints
    • Data Dictionary
      • Transaction Types
        • TokenCreate
        • TokenTransfer
        • TokenGrantAuthority
        • TokenRevokeAuthority
        • TokenBlacklistAccount
        • TokenWhitelistAccount
        • TokenMint
        • TokenBurn
        • TokenCloseAccount
        • TokenPause
        • TokenUnpause
        • TokenUpdateMetadata
          • TokenMetadata Structure
            • MetaDataKeyValuePair
        • Other Transaction Types (WiP)
  • Core Concepts
    • The 1Money Protocol
    • System Components
    • Account Model
    • Token Authority
    • Transactions and Instructions
    • Implementation and usability considerations
    • Security
Powered by GitBook
On this page
  1. Integrations
  2. SDKs
  3. Rust

Methods

Explore a few of the methods available in Rust:

  • Account Operations

  • Token Operations

  • Transaction Operations

  • Getting the Chain / Network state

  • Cryptographic Utils

  • Error Handling

PreviousClient ConfigurationNextAccount Operations

Last updated 2 days ago