package
0.0.0-20250311023717-5c21e974eed8
Repository: https://github.com/thrasher-corp/gocryptotrader.git
Documentation: pkg.go.dev

# Functions

AppendAccounts safely adds to bank account slice.
GetBankAccountByID Returns a bank account based on its ID.
SetAccounts safely overwrites bank account slice.

# Constants

ErrAccountCannotBeEmpty message to return when bank account number is empty.
ErrBankAccountDisabled message to return when bank account is disabled.
ErrBankAccountNotFound message to return when bank account was not found.
ErrBSBRequiredForAUD message to return when currency is AUD but no bsb is set.
ErrCurrencyNotSupportedByAccount message to return when the requested currency is not supported by the bank account.
ErrIBANSwiftNotSet message to return when no iban or swift value set.

# Structs

Account holds differing bank account details by supported funding currency.