Skip to content

BankKeeper

JaapWijnen edited this page Feb 19, 2021 · 2 revisions

BankKeeper

public protocol BankKeeper: SendKeeper

Inheritance

SendKeeper

Requirements

delegateCoins(request:​delegatorAddress:​moduleAccountAddress:​amount:​)

func delegateCoins(request: Request, delegatorAddress: AccountAddress, moduleAccountAddress: AccountAddress, amount: [Coin]) throws

undelegateCoins(request:​moduleAccountAddress:​delegatorAddress:​amount:​)

func undelegateCoins(request: Request, moduleAccountAddress: AccountAddress, delegatorAddress: AccountAddress, amount: [Coin]) throws

Clone this wiki locally