Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AAGetBTCAccountResult ¶
type AAGetBTCAccountResult struct { Response Result []struct { ChainID int `json:"chainId"` IsDeployed bool `json:"isDeployed"` EoaAddress string `json:"eoaAddress"` FactoryAddress string `json:"factoryAddress"` EntryPointAddress string `json:"entryPointAddress"` SmartAccountAddress string `json:"smartAccountAddress"` Owner string `json:"owner"` Name string `json:"name"` Version string `json:"version"` Index int `json:"index"` BtcPublicKey string `json:"btcPublicKey"` } `json:"result"` }
type Particle ¶
type Particle struct {
// contains filtered or unexported fields
}
func NewParticle ¶
func (*Particle) AAGetBTCAccount ¶
func (p *Particle) AAGetBTCAccount(btcPubKeys []string) (*AAGetBTCAccountResult, error)
Click to show internal directories.
Click to hide internal directories.